| Post | generateRateSheetUsingPOST |
In This Topic
Resource Path: /rest/rate-period/generate-rate-sheet/{companyId}/{userId}/{ratePeriodId}/{templateName}
Summary
Parameters
| Name | Description | Data Type |
| companyId | companyId | string |
| userId | userId | string |
| ratePeriodId | ratePeriodId | string |
| templateName | templateName | string |
Request
The request body is of type ExcelGeneratorConfig.
config
Overview
 |
ExcelGeneratorConfig
 |
 |
 |
alignment : string
|
 |
bgColor : string
|
 |
bold : boolean
|
 |
color : string
|
 |
fitMerge : boolean
|
 |
font : string
|
 |
verticalAlignment : string
| |
 |
labelOffset : integer
|
|
 |
 |
nbrColumn : integer
|
|
 |
 |
border : boolean
|
 |
borderColor : string
|
 |
labelOffset : integer
|
|
 |
template : string
| |
200 Response
201 Response
Fault Responses
| Fault | Description |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
See Also